From f63d9525d58388171753cf71853d449646695964 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Tue, 13 Mar 2007 09:07:55 +0000 Subject: [PATCH] [LINUX] Fix typo so 3.0.4 compatability works. Signed-off-by: Ian Campbell --- linux-2.6-xen-sparse/arch/i386/kernel/time-xen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6-xen-sparse/arch/i386/kernel/time-xen.c b/linux-2.6-xen-sparse/arch/i386/kernel/time-xen.c index a3ac4371a4..597deb733d 100644 --- a/linux-2.6-xen-sparse/arch/i386/kernel/time-xen.c +++ b/linux-2.6-xen-sparse/arch/i386/kernel/time-xen.c @@ -1010,7 +1010,7 @@ static void stop_hz_timer(void) singleshot.timeout_abs_ns = jiffies_to_st(j); singleshot.flags = 0; rc = HYPERVISOR_vcpu_op(VCPUOP_set_singleshot_timer, cpu, &singleshot); -#ifdef XEN_COMPAT_030004 +#ifdef CONFIG_XEN_COMPAT_030004 if (rc) { BUG_ON(rc != -ENOSYS); rc = HYPERVISOR_set_timer_op(singleshot.timeout_abs_ns); -- 2.30.2